home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / MUImp3 / MUICDID.rexx < prev    next >
OS/2 REXX Batch file  |  2000-03-18  |  874b  |  39 lines

  1. /* */
  2.  
  3. address MUICDID
  4. options results
  5.  
  6. window id win command """QUIT""" port MUICDID
  7. group register label 'Main,CDDB'
  8. group
  9. group horiz
  10. button command '"rx MUICDID.mcd GETID"' port command label "Get CD-Info"
  11. text id cdid
  12. endgroup
  13. group horiz
  14. label "Artist"
  15. string id title
  16. endgroup
  17. group horiz
  18. label "Title"
  19. string id arti
  20. endgroup
  21. list id titel command '"string id SONG content %s"' port MUICDID attrs 0x8042a445
  22. string id song command '"rx MUICDID.mcd REPLACE %s"' port command
  23. button command '"rx MUICDID.mcd SAVE"' port command label "Save ID"
  24. endgroup
  25. group
  26. label label "\0332\033c\033bACDB-Path"
  27. popasl id acdb
  28. label label "\0332\033c\033bCDDB-Host"
  29. string id cddb
  30. space
  31. text label "\033b\033c You have to be Online ! "
  32. space
  33. button command """rx MUICDID.mcd GETCDDB""" port command label "Get CDDB"
  34. endgroup
  35. endgroup
  36. endwindow
  37.  
  38. address command
  39. 'rx MUICDID.mcd INIT'